home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presentation Library 1993 Spring
/
ARPL-Spring-93-Partner-Edition.iso
/
Applications
/
Databases
/
GQL V3.0 Demo
/
GQL⁄User
/
GQL_User.rsrc
/
STR#_1310.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-02-03
|
424 b
|
45 lines
Tera
Tera
select Tablename,DataBaseName,TableKind from DBC.Tables where (TableKind = 'T' or TableKind = 'V') and DataBaseName <> 'CRASHDUMPS' and DataBaseName = '^creator^' ^3;
select * from ^1.^0;
ERROR
ERROR
create table ^0 (^1);
^0 ^1^2
drop table ^0;
select count(*) from ^1;
select distinct ^0 from ^1 ;
update ^0 set ^1 where ^2;
insert into ^0 (^1) values (^2);
delete from ^0 where ^1;